From 38c83109692a6f45fc17b3ab05f8c7b413812121 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 17 Nov 2017 00:13:21 -0500 Subject: [PATCH] Drop gdkmain.h --- gdk/gdkmain.h | 36 ------------------------------------ gdk/meson.build | 1 - 2 files changed, 37 deletions(-) delete mode 100644 gdk/gdkmain.h diff --git a/gdk/gdkmain.h b/gdk/gdkmain.h deleted file mode 100644 index 6a84fef671..0000000000 --- a/gdk/gdkmain.h +++ /dev/null @@ -1,36 +0,0 @@ -/* GDK - The GIMP Drawing Kit - * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - */ - -/* - * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS - * file for a list of people on the GTK+ Team. See the ChangeLog - * files for a list of changes. These files are distributed with - * GTK+ at ftp://ftp.gtk.org/pub/gtk/. - */ - -#ifndef __GDK_MAIN_H__ -#define __GDK_MAIN_H__ - -#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) -#error "Only can be included directly." -#endif - -#include -#include - - -#endif /* __GDK_MAIN_H__ */ diff --git a/gdk/meson.build b/gdk/meson.build index 3fe6b9983d..5acc5825b9 100644 --- a/gdk/meson.build +++ b/gdk/meson.build @@ -58,7 +58,6 @@ gdk_public_headers = files([ 'gdkglcontext.h', 'gdkkeys.h', 'gdkkeysyms.h', - 'gdkmain.h', 'gdkmonitor.h', 'gdkpango.h', 'gdkpixbuf.h', -- 2.30.2